testing.testDeps.WriteProfileTo (method)
4 uses
testing (current package)
testing.go#L2010: WriteProfileTo(string, io.Writer, int) error
testing.go#L2402: if err = m.deps.WriteProfileTo("allocs", f, 0); err != nil {
testing.go#L2414: if err = m.deps.WriteProfileTo("block", f, 0); err != nil {
testing.go#L2426: if err = m.deps.WriteProfileTo("mutex", f, 0); err != nil {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)